Windows followup to revision 111151.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Dec 2012 09:57:43 +0000 (11:57 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Dec 2012 09:57:43 +0000 (11:57 +0200)
 lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
 Remove a stray character at the beginning of the file.

ChangeLog
lib/makefile.w32-in

index eb741728a654b40f7901cede16aeaf0c316ec9a4..b5dc880ca0add18a6cdad3fcb538fb6985aea0aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
+       Remove a stray character at the beginning of the file.
+       (Bug#13026)
+
 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        Simplify get_lim_data.
index 348fe911a2adfe9a174c4327e6412768b91bb08c..b27e21032b3315762ce5017e53512435cf570a80 100644 (file)
@@ -1,4 +1,4 @@
-2# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
+# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
 # Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
@@ -240,6 +240,13 @@ $(BLD)/filemode.$(O) : \
        $(CONFIG_H) \
        $(FILEMODE_H)
 
+$(BLD)/sig2str.$(O) : \
+       $(GNU_LIB)/sig2str.c \
+       $(CONFIG_H) \
+       $(GNU_LIB)/sig2str.h \
+       $(GNU_LIB)/intprops.h
+
+
 # The following dependencies are for supporting parallel builds, where
 # we must make sure $(BLD) exists before any compilation starts.
 #